home *** CD-ROM | disk | FTP | other *** search
- %%BeginFile: pdftext.prc
- %%Copyright: Copyright 1987-1994 Adobe Systems Incorporated. All Rights Reserved.
- PDF /PDFText 51 dict dup begin put
- /initialize { PDFText begin } bd
- /terminate { end } bd
- /CopyFont {
- {
- 1 index /FID ne 2 index /UniqueID ne and
- { def } { pop pop } ifelse
- } forall
- } bd
- /modEnc {
- /_enc xdd
- /_icode 0 dd
- counttomark 1 sub -1 0
- {
- index
- dup type /nametype eq
- {
- _enc _icode 3 -1 roll put
- _icode 1 add
- }
- if
- /_icode xdd
- } for
- cleartomark
- _enc
- } bd
- /trEnc {
- /_enc xdd
- 255 -1 0 {
- exch dup -1 eq
- { pop /.notdef }
- { Encoding exch get }
- ifelse
- _enc 3 1 roll put
- } for
- pop
- _enc
- } bd
- /TE {
- /_i xdd
- StandardEncoding 256 array copy modEnc
- _pdfEncodings exch _i exch put
- } bd
- /TZ
- {
- /_usePDFEncoding xdd
- findfont
- dup length 2 add dict
- begin
- {
- 1 index /FID ne { def } { pop pop } ifelse
- } forall
- /FontName exch def
- _usePDFEncoding 0 ge
- {
- /Encoding _pdfEncodings _usePDFEncoding get def
- pop
- }
- {
- _usePDFEncoding -1 eq
- {
- counttomark 0 eq
- { pop }
- {
- Encoding 256 array copy
- modEnc /Encoding exch def
- }
- ifelse
- }
- {
- 256 array
- trEnc /Encoding exch def
- }
- ifelse
- }
- ifelse
- FontName currentdict
- end
- definefont pop
- }
- bd
- /_pdfIsLevel2
- systemdict /languagelevel known
- {languagelevel 2 ge}
- {false}
- ifelse
- def
- _pdfIsLevel2
- {
- /_pdfFontStatus
- {
- dup /Font resourcestatus
- {pop pop pop true}
- {
- /CIDFont /Category resourcestatus
- {
- pop pop
- /CIDFont resourcestatus
- {pop pop true}
- {false}
- ifelse
- }
- { pop false }
- ifelse
- }
- ifelse
- } bd
- }
- {
- /_pdfFontStatusString 50 string def
- _pdfFontStatusString 0 (fonts/) putinterval
- /_pdfFontStatus
- {
- _pdfFontStatusString 6 42 getinterval
- cvs length 6 add
- _pdfFontStatusString exch 0 exch getinterval
- status
- { pop pop pop pop true}
- { false }
- ifelse
- } bd
- }
- ifelse
- /_pdfString100 100 string def
- /_pdfComposeFontName
- {
- dup length 1 eq
- {
- 0 get
- 1 index
- type /nametype eq
- {
- _pdfString100 cvs
- length dup dup _pdfString100 exch (-) putinterval
- _pdfString100 exch 1 add dup _pdfString100 length exch sub getinterval
- 2 index exch cvs length
- add 1 add _pdfString100 exch 0 exch getinterval
- exch pop
- true
- }
- {
- pop pop
- false
- }
- ifelse
- }
- {
- false
- }
- ifelse
- } bd
- systemdict /composefont known
- {
- /_pdfComposeFont
- {
- 1 index /CMap resourcestatus
- {pop pop true}
- {false}
- ifelse
- 1 index true exch
- {
- _pdfFontStatus not
- {pop false exit}
- if
- }
- forall
- and
- {composefont true}
- {
- _pdfComposeFontName
- {
- dup _pdfFontStatus
- { findfont definefont true }
- { pop pop false }
- ifelse
- }
- {
- dup _pdfFontStatus
- { findfont true }
- { pop false }
- ifelse
- }
- ifelse
- }
- ifelse
- } bd
- }
- {
- /_pdfComposeFont
- {
- _pdfComposeFontName not
- {
- dup
- }
- if
- 2 copy _pdfFontStatus
- { pop findfont definefont true }
- {
- eq
- {pop false}
- {
- dup _pdfFontStatus
- {findfont true}
- {pop false}
- ifelse
- }
- ifelse
- }
- ifelse
- } bd
- }
- ifelse
- /_pdfFaceByStyleDict 4 dict dup begin
- _pdfIsLevel2
- {
- /Serif
- /Ryumin-Light-83pv-RKSJ-H /Font resourcestatus
- {pop pop /Ryumin-Light}
- {/HeiseiMin-W3}
- ifelse
- def
- /SansSerif
- /GothicBBB-Medium-83pv-RKSJ-H /Font resourcestatus
- {pop pop /GothicBBB-Medium}
- {/HeiseiKakuGo-W5}
- ifelse
- def
- /Jun101-Light-83pv-RKSJ-H /Font resourcestatus
- {pop pop /RoundSansSerif /Jun101-Light def }
- {
- /HeiseiMaruGo-W4-83pv-RKSJ-H /Font resourcestatus
- {pop pop /RoundSansSerif /HeiseiMaruGo-W4 def}
- if
- }
- ifelse
- /Default Serif def
- }
- {
- /Serif /Ryumin-Light def
- /SansSerif /GothicBBB-Medium def
- {
- (fonts/Jun101-Light-83pv-RKSJ-H) status
- }stopped
- {pop}{
- {pop pop pop pop /RoundSansSerif /Jun101-Light def }
- if
- }ifelse
- /Default Serif def
- }
- ifelse
- end
- def
- /TZzero
- {
- /_styleArr xdd
- 3 copy
- _pdfComposeFont
- {exch pop exch pop exch pop}
- {
- [
- 0 1 _styleArr length 1 sub
- {
- _styleArr exch get
- _pdfFaceByStyleDict exch 2 copy known not
- { pop /Default }
- if
- get
- }
- for
- ]
- exch pop
- 2 index 3 1 roll
- _pdfComposeFont
- {exch pop}
- {
- findfont
- dup length dict
- begin
- {1 index /FID ne {def}{pop pop} ifelse }
- forall
- currentdict
- end
- }
- ifelse
- }
- ifelse
- definefont pop
- }
- bd
- /swj {
- dup 4 1 roll
- dup length exch stringwidth
- exch 5 -1 roll 3 index mul add
- 4 1 roll 3 1 roll mul add
- 6 2 roll /_cnt 0 dd
- {1 index eq {/_cnt _cnt 1 add dd} if} forall pop
- exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
- } bd
- /jss {
- 4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- gsave
- 32 eq
- {
- exch 6 index 6 index 6 index 5 -1 roll widthshow
- currentpoint
- }
- {
- false charpath currentpoint
- 4 index setmatrix stroke
- }
- ifelse
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
- 6 npop
- } def
- /jsp
- {
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- 32 eq
- { exch 5 index 5 index 5 index 5 -1 roll widthshow }
- { false charpath }
- ifelse
- 2 copy rmoveto
- } exch cshow
- 5 npop
- } bd
- /trj { _cx 0 32 _ax 0 6 5 roll } bd
- /pjsf { trj sfc awidthshow } bd
- /pjss { trj _ctm ssc jss } bd
- /pjsc { trj jsp } bd
- /_Tjdef [
- /pjsf load
- /pjss load
- {
- dup
- currentpoint 3 2 roll
- pjsf
- newpath moveto
- pjss
- } bind
- {
- trj swj rmoveto
- } bind
- {
- dup currentpoint 4 2 roll gsave
- pjsf
- grestore 3 1 roll moveto
- pjsc
- } bind
- {
- dup currentpoint 4 2 roll
- currentpoint gsave newpath moveto
- pjss
- grestore 3 1 roll moveto
- pjsc
- } bind
- {
- dup currentpoint 4 2 roll gsave
- dup currentpoint 3 2 roll
- pjsf
- newpath moveto
- pjss
- grestore 3 1 roll moveto
- pjsc
- } bind
- /pjsc load
- ] def
- /BT
- {
- /_inT true dd
- _ctm currentmatrix pop matrix _tm copy pop
- 0 _rise translate _hs 1 scale
- 0 0 moveto
- } bd
- /ET
- {
- /_inT false dd
- _tr 3 gt {clip} if
- _ctm setmatrix newpath
- } bd
- /Tr {
- _inT { _tr 3 le {currentpoint newpath moveto} if } if
- dup /_tr xdd
- _Tjdef exch get /_Tj xdd
- } bd
- /Tj {
- userdict /$$copystring 2 index put
- _Tj
- } bd
- /iTm { _ctm setmatrix _tm concat 0 _rise translate _hs 1 scale } bd
- /Tm { _tm astore pop iTm 0 0 moveto } bd
- /Td { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } bd
- /TD { dup /_ld xdd Td } bd
- /Tf {
- dup 1000 div /_fScl xdd
- exch findfont exch scalefont setfont
- } bd
- /TL { neg /_ld xdd } bd
- /Tw { /_cx xdd } bd
- /Tc { /_ax xdd } bd
- /Ts { /_rise xdd currentpoint iTm moveto } bd
- /Tz { 100 div /_hs xdd iTm } bd
- /Tk { exch pop _fScl mul neg 0 rmoveto } bd
- /T* { 0 _ld Td } bd
- /' { T* Tj } bd
- /" { exch Tc exch Tw ' } bd
- /TJ {
- {
- dup type /stringtype eq
- { Tj }
- { 0 exch Tk }
- ifelse
- } forall
- } bd
- /T- { _hy Tj } bd
- /d0/setcharwidth ld
- /d1 { setcachedevice /sfc{}dd /ssc{}dd } bd
- /nND {{/.notdef} repeat} bd
- /T3Defs {
- /BuildChar
- {
- 1 index /Encoding get exch get
- 1 index /BuildGlyph get exec
- }
- def
- /BuildGlyph {
- exch begin
- GlyphProcs exch get exec
- end
- } def
- } bd
- /MakeBold {
- findfont dup dup length 2 add dict
- begin
- CopyFont
- /PaintType 2 def
- /StrokeWidth .03 0 FontMatrix idtransform pop def
- /dummybold currentdict
- end
- definefont
- 8 dict begin
- /_basefont exch def
- /_basefonto exch def
- /FontType 3 def
- /FontMatrix[1 0 0 1 0 0]def
- /FontBBox[0 0 1 1]def
- /Encoding StandardEncoding def
- /BuildChar
- {
- exch begin
- _basefont setfont
- ( )dup 0 4 -1 roll put
- dup stringwidth
- 1 index 0 ne { exch .03 add exch }if
- setcharwidth
- 0 0 moveto
- gsave
- dup show
- grestore
- _basefonto setfont
- show
- end
- }bd
- currentdict
- end
- definefont pop
- }bd
- /MakeItalic {
- findfont _italMtx makefont
- dup length dict
- begin
- CopyFont
- currentdict
- end
- definefont pop
- }bd
- /MakeBoldItalic {
- /dummybold exch
- MakeBold
- /dummybold
- MakeItalic
- }bd
- currentdict readonly pop end
- %%EndFile
-